home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4036 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  32 lines

  1. Path: fdmetd.fdata.no!usenet
  2. From: njaale@fdata.no (Njσl Eide)
  3. Newsgroups: comp.lang.pascal.borland,comp.lang.pascal.mac,comp.lang.pascal.ansi-iso,comp.lang.pascal.misc,comp.sys.amiga.programmer,comp.graphics.algorithms,comp.os.ms-windows.programmer.graphics,comp.sys.amiga.graphics
  4. Subject: Re: 3d programming
  5. Date: Fri, 16 Feb 1996 12:34:56 GMT
  6. Organization: Fellesdata
  7. Message-ID: <4g225o$jn8@fdmetd.fdata.no>
  8. References: <4f3od9$2jg@zeus.tcp.co.uk> <jderrick-0502961551360001@slip037.csc.cuhk.hk> <3118310E.52F@psu.edu> <4fiuh2$qrj@fulton.cs.unc.edu> <311E38D7.71BC@psu.edu> <4frlln$lp5@dfw.nkn.net> <Pine.OSF.3.91.960214142740.20349A-100000@curtis.aa.washington.edu>
  9. NNTP-Posting-Host: 153.110.9.2
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. David Matiskella <matiskel@aa.washington.edu> wrote:
  13.  
  14. >> Definition of Vector from my Physics book:
  15. >>     VECTOR: Quantity having both magnitude (size [meaning speed]) and direction.
  16. >> 
  17. >> In other words a point is not a vector and a vector is not a point.  Also, two
  18. >> points do not necessarily make a vector.  A vector is a point that *points*
  19. >> somewhere
  20. >But a point has a magnitude and direction. Point x,y,z has a magnitude 
  21. >of sqrt(x^2+y^2+z^2) and a direction of ( x i y j z k)/magnitude where 
  22. >i,j,k are the unit vectors. Remember when you define a point in space you 
  23. >are referencing it to some reference point. 
  24.  
  25. A point only exists in _one_ dimension. Hence no magnitude, nor
  26. direction, ie. a point is not a vector. (How would you measure the
  27. length of something infintly small ?)
  28.  
  29. NjE
  30.  
  31.  
  32.